GtkEntry: Remove unused fields
authorTimm Bäder <mail@baedert.org>
Thu, 3 Dec 2015 17:10:54 +0000 (18:10 +0100)
committerTimm Bäder <mail@baedert.org>
Thu, 3 Dec 2015 19:01:30 +0000 (20:01 +0100)
gtk/gtkentry.c

index f2fe2ddf4bac65952548a1ffe63af323a7b0d384..bd4595feaf8ddf29d44213aca9741513b77155c4 100644 (file)
@@ -229,9 +229,6 @@ struct _GtkEntryPrivate
   guint         blink_timeout;
   guint         recompute_idle;
 
-  guint16       x_text_size;                 /* allocated size, in bytes */
-  guint16       x_n_bytes;                   /* length in use, in bytes */
-
   guint16       preedit_length;              /* length of preedit string, in bytes */
   guint16      preedit_cursor;              /* offset of cursor within preedit string, in chars */